path parameter
from
URL
/users/:id
の
:id
の部分
e.g.
http://example.com/users/12
の
12
必須の条件などはpath paramsに含めるべき
path parameterか、query parameterか